home *** CD-ROM | disk | FTP | other *** search
/ Enter 2006 February / enter-2006-02.iso / files / easy2do_setup.exe / {app} / docs / skin / profile.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-10-09  |  3.8 KB  |  151 lines

  1.  
  2.  
  3. /* ==================== aural ============================ */
  4.  
  5. @media aural {
  6.   h1, h2, h3, h4, h5, h6 { voice-family: paul, male; stress: 20; richness: 90 }
  7.   h1 { pitch: x-low; pitch-range: 90 }
  8.   h2 { pitch: x-low; pitch-range: 80 }
  9.   h3 { pitch: low; pitch-range: 70 }
  10.   h4 { pitch: medium; pitch-range: 60 }
  11.   h5 { pitch: medium; pitch-range: 50 }
  12.   h6 { pitch: medium; pitch-range: 40 }
  13.   li, dt, dd { pitch: medium; richness: 60 }
  14.   dt { stress: 80 }
  15.   pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
  16.   em { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  17.   strong { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  18.   dfn { pitch: high; pitch-range: 60; stress: 60 }
  19.   s, strike { richness: 0 }
  20.   i { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  21.   b { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  22.   u { richness: 0 }
  23.   
  24.   :link { voice-family: harry, male }
  25.   :visited { voice-family: betty, female }
  26.   :active { voice-family: betty, female; pitch-range: 80; pitch: x-high }
  27. }
  28.   
  29. a.external  {
  30.   padding: 0 20px 0px 0px;
  31.     display:inline;
  32.   background-repeat: no-repeat;
  33.     background-position: center right;
  34.     background-image: url(images/external-link.gif);
  35. }
  36.       
  37.    h4 {
  38.         margin-left: 2em;
  39.         padding: .5em;
  40.         font-weight: bold;      
  41.     }
  42.   
  43. #top          { background-color: #FFFFFF;}  
  44.  
  45. #top .header .current { background-color: #4C6C8F;} 
  46. #top .header .current a:link {  color: #ffffff;  }
  47. #top .header .current a:visited { color: #ffffff; }
  48. #top .header .current a:hover { color: #ffffff; }
  49.  
  50. #tabs li      { background-color: #E5E4D9 ;} 
  51. #tabs li a:link {  color: #000000;  }
  52. #tabs li a:visited { color: #000000; }
  53. #tabs li a:hover { color: #000000; }
  54.  
  55. #level2tabs       { background-color: #4C6C8F ;} 
  56. #level2tabs a:link {  color: #ffffff;  }
  57. #level2tabs a:visited { color: #ffffff; }
  58. #level2tabs a:hover { color: #ffffff; }
  59.  
  60. .heading { background-color: #E5E4D9;} 
  61.  
  62. .boxed { background-color: #E5E4D9;} 
  63. .underlined_5     {border-bottom: solid 5px #E5E4D9;}
  64. .underlined_10     {border-bottom: solid 10px #E5E4D9;}
  65. table caption { 
  66. background-color: #E5E4D9; 
  67. color: #000000;
  68. }
  69.     
  70. #feedback {
  71. color: #FFFFFF;
  72. background: #4C6C8F;
  73. text-align: center;
  74. }
  75. #feedback #feedbackto {
  76. color: #FFFFFF;
  77. }   
  78.  
  79. #publishedStrip { 
  80. color: #FFFFFF;
  81. background: #4C6C8F; 
  82. }
  83.  
  84. #publishedStrip { 
  85. color: #000000;
  86. background: #E5E4D9; 
  87. }
  88.  
  89. #menu .menupagetitle  { background-color: #CFDCED}
  90.  
  91. #menu           { border-color: #999999;}
  92. #menu .menupagetitle  { border-color: #999999;}
  93. #menu .menupageitemgroup  { border-color: #999999;}
  94.  
  95. #menu      { background-color: #4C6C8F;} 
  96. #menu  {  color: #ffffff;} 
  97. #menu a:link {  color: #ffffff;} 
  98. #menu a:visited {  color: #ffffff;} 
  99. #menu a:hover {  
  100. background-color: #4C6C8F;
  101. color: #ffffff;} 
  102.  
  103. #menu h1 {
  104. color: #000000;
  105. background-color: #cfdced;
  106. }   
  107.  
  108. #top .searchbox { 
  109. background-color: #E5E4D9 ;
  110. color: #000000; 
  111.  
  112. #menu .menupagetitle  { color: #000000;}    
  113. #menu .menupageitemgroup     { 
  114. background-color: #E5E4D9;
  115. }
  116. #menu .menupageitem {
  117. color: #000000;
  118. #menu .menupageitem a:link {  color: #000000;} 
  119. #menu .menupageitem a:visited {  color: #000000;} 
  120. #menu .menupageitem a:hover {  
  121. background-color: #E5E4D9;
  122. color: #000000;
  123. }
  124.  
  125. body{ 
  126. background-color: #ffffff;
  127. color: #000000;
  128. a:link { color:#0000ff} 
  129. a:visited { color:#0000ff} 
  130. a:hover { color:#0000ff} 
  131.  
  132.  
  133. .ForrestTable      { background-color: #ccc;} 
  134.  
  135. .ForrestTable td   { background-color: #ffffff;} 
  136.  
  137. .highlight        { background-color: #ffff00;} 
  138.  
  139. .fixme        { border-color: #c60;} 
  140.  
  141. .note         { border-color: #069;} 
  142.  
  143. .warning         { border-color: #900;} 
  144.  
  145. .code         { border-color: #a5b6c6;} 
  146.  
  147. #footer       { background-color: #E5E4D9;} 
  148.